Program : FlipFlop v1.0 for sos
Author  : Brandon Sterner
Email   : vortexx15@aol.com
Date    : June 23, 1998
Machine : TI-83 Assembly


Description:

    You must have sos and zlib to run this. Flipflop is a puzzle game.  The 
object of the game is to change all the black circles to white circles.  This
is a little more difficult that it  sounds.  Use the arrow keys to select a 
space.  Then Use the Y= key to change the color of the circle and the circles
to the left, right, up, and down.  So if the board looked like this:
          ooooo
          oo*oo
          o***o 
          oo*oo 
          ooooo
You would select the middle space and the 5 spaces turn to white.  I know 
this isn't a great explanation but you'll figure it out.  There are ten 
levels.
     On the first screen there is a level set select.  Pressing Y= will start
the game any other key will change the level set.  Remember all external levels 
MUST be sent after FlipFlop.
     If you are interested in programing external levels see the file I have 
included, zflipset.z80.

Keys:
    y=          flips the space selected
    mode        restart level
    clear       quit
    arrow keys  move
 
Send comments, questions, and bugs to vortexx15@aol.com

